ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GdiComment Method / GdiComment(IntPtr,UInt32,Byte[]) Method

In This Topic
    GdiComment(IntPtr,UInt32,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GdiComment( _
       ByVal hdc As System.IntPtr, _
       ByVal cbSize As System.UInteger, _
       ByVal data() As System.Byte _
    ) As System.Boolean
    public static System.bool GdiComment( 
       System.IntPtr hdc,
       System.uint cbSize,
       System.byte[] data
    )

    Parameters

    hdc
    cbSize
    data
    See Also